home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ADA Programming Guide
/
ADA Programming Guide.iso
/
ada_gwu
/
intbp.h
< prev
next >
Wrap
Text File
|
1996-01-30
|
608b
|
24 lines
/*
* Copyright (C) 1985-1992 New York University
*
* This file is part of the Ada/Ed-C system. See the Ada/Ed README file for
* warranty (none) and distribution info and also the GNU General Public
* License for more details.
*/
void main_attr(int, int);
void convert(int, int);
void type_elaborate(int, int, int);
void subprogram(int, int);
int compute_offset(int, int, int, int, int *, int *);
void raise(int, char *);
void create_structure();
void create_copy_struc();
void compare_struc();
void compare_arrays();
void array_slice();
void array_catenate();
void subscript();
void array_move();